home *** CD-ROM | disk | FTP | other *** search
/ Exploring Creation with P…al Science (2nd Edition) / Exploring Creation with Physical Science (2nd Edition).iso / exe / bin / Styles / user / outline.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2012-12-18  |  735 b   |  18 lines

  1. @charset "utf-8";
  2. /*    Name: 1693283863 */
  3. /*    Page layout inspector - outline.
  4.     Adds an outline for common structural elements.
  5.     Copyright 2007 Opera Software */
  6. dl, ol, ul {outline: 2px solid #3366CC !important;}
  7. dt, dd, li {outline: 1px dashed #7295DC !important;}
  8. p {outline: 2px solid #010101 !important;}
  9. address {outline: 1px dashed #010101 !important;}
  10. div {outline: 3px solid #CC0000 !important;}
  11. span {outline: 1px dotted #CC0000 !important;}
  12. table {outline: 3px solid #99CC00 !important;}
  13. thead, tfoot, tbody {outline: 2px dashed #99CC00 !important;}
  14. tr, th, td {outline: 1px dotted #99CC00 !important;}
  15. img, object, area {outline: 1px dashed #9966FF !important;}
  16. form {outline: 2px dotted green !important;}
  17.  
  18.